<?php
define( 'WPCACHEHOME', '/var/www/vhosts/selawyers.com.au/httpdocs/wp-content/plugins/wp-super-cache/' );
define('WP_CACHE', true);
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'southeastlawyers.com.au' );

/** MySQL database username */
define( 'DB_USER', 'southeastlawyers' );

/** MySQL database password */
define('DB_PASSWORD', 'P~ggp204');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', 'Y@3NdY33Rf]5l&48KB[[PgPkf6+3Mv!X[a7OS%Fh43+w4W3MF6bFf4#/8l~s8R#L');
define('SECURE_AUTH_KEY', '9399m(GswS:k46A|8TYY89x5D~e2Jz1]Gj2/29m@@@27+:0@xai2-po;&/qTn%g*');
define('LOGGED_IN_KEY', 'UMRb79c5(0CrhL|U#nGm7kj!6_0[|1%+VC)1lf-/wy@)2g%mk2;B#%2Jsu+8V6Ri');
define('NONCE_KEY', 'uH9Lu&rv9~Jd1c:[62r0%!:629/|R1Z]#qR2SL2;@-9;gOpFu1psjZ*9nq8S|unY');
define('AUTH_SALT', 'g9b1j6PXAnrXUx~BJ~ofcJ&5mzR;N63[Y#aQk;t95my/-v5RZ01%T@3j2!A3A|*#');
define('SECURE_AUTH_SALT', '3DWfS4SBQ-7]Hwy0De/SoANEI8Z(PWO*eo3/9m7[945M61J8;Hp@;2k2O9)HvHLw');
define('LOGGED_IN_SALT', 'gW2t;_660k%-#7-iC64HgfQ-[Z[y9Q#2u|Wq649E@w0tL712xR4%0j/()+DsUmGr');
define('NONCE_SALT', 'gSC!477-%shubwA3GI4r1*~21;]D6/:6rz8*MlUS9a*yL8LLS:XY)j:86291!5wq');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'WpO050F0Y_';


define('WP_ALLOW_MULTISITE', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

